commonlibsse_ng\re\b/
BottomBar.rs

1use crate::re::GFxValue::GFxValue;
2
3#[derive(Debug)]
4#[repr(C)]
5pub struct BottomBar {
6    pub ob: GFxValue, // 0x00 - kObject
7}
8const _: () = assert!(core::mem::size_of::<BottomBar>() == 0x18);